﻿2026-09-07T07:52:56.2205223Z ##[group]Run actions/checkout@v5
2026-09-07T07:52:56.2205962Z with:
2026-09-07T07:52:56.2206358Z   repository: BigscreenVR/spt-bs-core
2026-09-07T07:52:56.2209277Z   token: ***
2026-09-07T07:52:56.2209664Z   ssh-strict: true
2026-09-07T07:52:56.2210032Z   ssh-user: git
2026-09-07T07:52:56.2210406Z   persist-credentials: true
2026-09-07T07:52:56.2210810Z   clean: true
2026-09-07T07:52:56.2211200Z   sparse-checkout-cone-mode: true
2026-09-07T07:52:56.2211615Z   fetch-depth: 1
2026-09-07T07:52:56.2211965Z   fetch-tags: false
2026-09-07T07:52:56.2212326Z   show-progress: true
2026-09-07T07:52:56.2212684Z   lfs: false
2026-09-07T07:52:56.2213020Z   submodules: false
2026-09-07T07:52:56.2213381Z   set-safe-directory: true
2026-09-07T07:52:56.2213785Z   allow-unsafe-pr-checkout: false
2026-09-07T07:52:56.2214406Z ##[endgroup]
2026-09-07T07:52:56.3004080Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-07T07:52:56.3005565Z ##[group]Getting Git version info
2026-09-07T07:52:56.3006224Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-07T07:52:56.3007192Z [command]/usr/bin/git version
2026-09-07T07:52:56.3007633Z git version 2.43.0
2026-09-07T07:52:56.3012769Z ##[endgroup]
2026-09-07T07:52:56.3020662Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/126c17a5-be81-4071-872f-ec5ae9dc3dab/.gitconfig'
2026-09-07T07:52:56.3027815Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/126c17a5-be81-4071-872f-ec5ae9dc3dab' before making global git config changes
2026-09-07T07:52:56.3029535Z Adding repository directory to the temporary git global config as a safe directory
2026-09-07T07:52:56.3030999Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-07T07:52:56.3064526Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-07T07:52:56.3084721Z https://github.com/BigscreenVR/spt-bs-core
2026-09-07T07:52:56.3095009Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-07T07:52:56.3097867Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-07T07:52:56.3116978Z HEAD
2026-09-07T07:52:56.3147790Z ##[endgroup]
2026-09-07T07:52:56.3149860Z [command]/usr/bin/git submodule status
2026-09-07T07:52:56.3330635Z ##[group]Cleaning the repository
2026-09-07T07:52:56.3333412Z [command]/usr/bin/git clean -ffdx
2026-09-07T07:52:56.3372381Z [command]/usr/bin/git reset --hard HEAD
2026-09-07T07:52:56.3444172Z HEAD is now at ba74b798a Merge e3bd53d4411d1964f70a11f048ad83bc98ac5d5f into ff4b405dd368d216ba747666906d28ed1b1d5835
2026-09-07T07:52:56.3449554Z ##[endgroup]
2026-09-07T07:52:56.3451122Z ##[group]Disabling automatic garbage collection
2026-09-07T07:52:56.3453707Z [command]/usr/bin/git config --local gc.auto 0
2026-09-07T07:52:56.3476529Z ##[endgroup]
2026-09-07T07:52:56.3477116Z ##[group]Setting up auth
2026-09-07T07:52:56.3481491Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-07T07:52:56.3506521Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-07T07:52:56.3691982Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-07T07:52:56.3715804Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-07T07:52:56.3903287Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-07T07:52:56.3928763Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-07T07:52:56.4120458Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-07T07:52:56.4150067Z ##[endgroup]
2026-09-07T07:52:56.4151179Z ##[group]Fetching the repository
2026-09-07T07:52:56.4156042Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ba74b798a4fa6a52108dd94dfb9a587ddcc9de8c:refs/remotes/pull/199/merge
2026-09-07T07:52:56.8149284Z ##[endgroup]
2026-09-07T07:52:56.8150342Z ##[group]Determining the checkout info
2026-09-07T07:52:56.8151534Z ##[endgroup]
2026-09-07T07:52:56.8154261Z [command]/usr/bin/git sparse-checkout disable
2026-09-07T07:52:56.8194789Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-07T07:52:56.8218508Z ##[group]Checking out the ref
2026-09-07T07:52:56.8220131Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/199/merge
2026-09-07T07:52:56.8284164Z HEAD is now at ba74b798a Merge e3bd53d4411d1964f70a11f048ad83bc98ac5d5f into ff4b405dd368d216ba747666906d28ed1b1d5835
2026-09-07T07:52:56.8288703Z ##[endgroup]
2026-09-07T07:52:56.8326629Z [command]/usr/bin/git log -1 --format=%H
2026-09-07T07:52:56.8353037Z ba74b798a4fa6a52108dd94dfb9a587ddcc9de8c
